*{line-height: 25px;box-sizing: border-box; font-size: 17px;}

body{
display: flex;
flex-direction:column;
	height: 90svh;
	/*height: -webkit-fill-available;*/
}

header{
	min-height: 110px;	
	max-height: 110px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 1vh;
	background-color: #004F9E;
	color: white;
}

header.floatright{
	color:#000000;
	height: 8vh;
	min-height: 8vh;
}

header img{
	height: 110px;
	margin-top:  -5px;
}

header fieldset{
	font-size: 14px;
	font-weight: bolder;	
	line-height: 17px;
	border: none;
	float: left;
	color: yellow;
}

.flex-container {
  display: flex;
  justify-content: center;  
}

.flex-container -> div{
  background-color: #f1f1f1;
  margin-top: 5px;
  padding: 20px;
  font-size: 30px;
}

menu{
	margin-top: -30px;
	width: 100%;
}

table{
	border-collapse: collapse;
	margin: 5px;
}

table tr:nth-child(odd) td{
    background-color: #eeeeee;
}

.upright{
	padding: 5px 0;
	font-weight: normal;
	font-size: 15px;
	text-align: right;
    white-space:nowrap;
    writing-mode: vertical-lr;
    
}

input{
	margin: 0 0 7px 2px;
	border-radius: 7px;
	border: 1px solid #0055ff;
}

select{
	width: 173px;
	height: 28px;
	margin-bottom: 10px;
}

button a{
	text-decoration: none;
	color: white;
}

button,input[type=submit]{
	width: 95%;
	height: 28px;
	background-color: #004F9E;
	border-radius: 8px;
	border: #ffffffff 1px solid;
	color: white;
	font-weight: bold;
	text-align: center;
	
}

fieldset{
	margin: 0 10px 10px 0;
	max-width: 200px;
}

h3{
	margin: 5px 10px;
	color: Blue;
	font-size: 19px;
}

h2{
	font-size: 30px;
}

img{
	vertical-align: middle;
	
}

.poulea{
	background: radial-gradient(circle at 100%, #ffff7fff,#ffffff 50%,#aaff7fff 80%,#004F9E 115%); 
}

.pouleb{
	background: radial-gradient(circle at 100%, #004F9E,#aaff7fff 50%,#ffffff 80%,#ffff7fff 115%); 
}

#workspace,#tabel{
	margin: 1px 10px 10px 2px;
	float: left;
}

#wachtwoord{
	text-align: center;
	color: red;
	font-weight: bolder;
}

.w30{width: 30px;}
.w40{width: 40px;}
.w95{width:95px;}
.w275{width: 275px;}
.w320{width: 320px;}
.w360{width: 360px;}
.textcenter{text-align: center;}
.textright{text-align: right;}
.textleft{text-align: left;}
.floatright{float: right;}
.floatleft{float: left;}
.orange{color: #ff5500}
.blue{ color:Blue}
.blueBold{color:#55aaff;font-weight: bold;}
.redBold{color:red;font-weight: bold;}
.readonly{background-color: #b4b4b4ff; height: 20px;}
.saveButton{width: 80px;height: 25px;}

@media screen and (max-width: 960px) {
/**{line-height: 18px;box-sizing: border-box;}*/
	*{font-size: 100%;}
	body {
		/*background-color: lightgreen;*/
	}

	header{
		max-width: 600px;
	}
	
	header fieldset{
		display: none;
	}
	
	h2{
		margin-top: -6px;
		font-size: 25px;
	}

	.flex-container {
  		margin-top: 33px;
		width: 99%;
  		display: flex;
  		justify-content: left;  
  		flex-direction: column;
  		flex-wrap: wrap;
  		/*background-color: DodgerBlue;*/
	}

	.flex-container -> div{
  		background-color: #f1f1f1;
  		/*margin-bottom: 25px;*/
  		padding: 20px;
  		font-size: 30px;
	}

	input,select{
		height: 38px;
		width: 100%;
		border: none;
		margin-bottom: 5px;
		padding-left: 5px;
	}

}

/*
@media screen and (min-width: 601px) {
  body {
    background-color: lightblue;
  }
}

@media screen and (min-width: 800px) {
  body {
    background-color: lavender;
  }
}*/